WebRTC 库 PeerJS2023年8月28日javascript/p2p1 分钟阅读开始 安装 npm install peerjs 简单示例 import { Peer } from "peerjs";const peer = new Peer("pick-an-id");